_matplotlib
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Tue, 3 Mar 2026 18:23:44 +0000 (18:23 +0000)
committerFrancesco Ballarin <ballarin@debian.org>
Tue, 3 Mar 2026 18:23:44 +0000 (18:23 +0000)
===================================================================

Gbp-Pq: Name 10_matplotlib.patch

Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h

index 4096c1829779b6171850bf614540546f0d3ce416..6a3e5f96732054cccdc5960e44fe06ade21741c7 100644 (file)
@@ -190,6 +190,10 @@ private:
    * to implement IsAvailable.
    */
   static Availability CheckMPLAvailability();
+  static void DisableMPL()
+    {
+    MPLMathTextAvailable = UNAVAILABLE;
+    };
 
   ///@{
   /**